home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 10501 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: news.coventry.ac.uk!leofric!groberts
  2. From: Gareth Roberts <groberts@coventry.ac.uk>
  3. Newsgroups: comp.lang.c++
  4. Subject: Q: Book on C and Low-level UNIX
  5. Date: Fri, 8 Mar 1996 10:51:43 +0000
  6. Organization: Coventry University
  7. Message-ID: <Pine.OSF.3.91.960308104533.15977A-100000@leofric>
  8. NNTP-Posting-Host: leofric.coventry.ac.uk
  9. Mime-Version: 1.0
  10. Content-Type: TEXT/PLAIN; charset=US-ASCII
  11. X-Sender: groberts@leofric
  12.  
  13.  
  14. Hi.
  15. A friend of mine asked me to put this question on a C related
  16. group, about finding appropriate books on this subject.
  17.  
  18. If you could Email either me (groberts@coventry.ac.uk) or
  19. him directly (Robert.Daulton@scl.com), that would be great.
  20.  
  21. Cheers.
  22. Gareth.
  23. ----------------------------------------------------------------
  24. Subject: low level C query
  25. From: Robert Daulton <Robert.Daulton@scl.com>
  26. Sender: Robert.Daulton@scl.com
  27.  
  28.  
  29. I need a dammned good C book that covers topics related to UNIX low level
  30. system calls, such as signals, forks, ipc, threads, sockets, pipes,
  31. networks, interrupts, files and so on.
  32. Essentially, the more it covers all those mysterious header files which
  33. exist in /usr/include, /usr/include/sys, /usr/local/include, and others,
  34. then all the better. By the way, I dont want anything which just
  35. regurgitates the UNIX man pages. I want a friendy, understandable
  36. discussion on how to write C programs which can take advantage of these
  37. objects. I also know that some of these header files are OS specific,
  38. but a hell of a lot aren`t, so there must be a book somewhere which
  39. covers this stuff.
  40.  
  41. Thanks for any help...
  42.  
  43. Rob.
  44.